home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / comms / netsoftware / grapevine.readme < prev    next >
Text File  |  1996-05-20  |  10KB  |  212 lines

  1. Short:    V1.182 IRC client for TCP/IP or serial
  2. Author:   Brian J. Cerveny (brianc@wwa.com)
  3. Uploader: brianc@wwa.com
  4. Type:     comm/net
  5.  
  6.     ** NOW SUPPORTS AMIGADOS 2 **
  7.  
  8.         Grapevine is an Amiga Internet Relay Chat client.  The IRC
  9.     is a worldwide network on which users can participate in realtime
  10.     conversation.  Grapevine is a means by which to communicate over
  11.     this network using an attractive, easy to use graphic interface
  12.     that befits the nature of the Amiga.
  13.         Grapevine supports several methods of communication.  You
  14.     may use one of the TCP/IP stacks:  Commodore's AS225r2 or the
  15.     freely distributable AmiTCP.
  16.         Grapevine also support any serial.device compatible device
  17.     by means of a simple Unix network connection utility and a small
  18.     terminal program to log in and connect to the server, and pass
  19.     control to Grapevine.
  20.  
  21.   PROGRAM REQUIREMENTS
  22.  
  23.     - AmigaDOS Release 2 (V36)
  24.     - At least 1MB of RAM, 2MB recommended, with 1MB chip RAM
  25.     - Hard drive recommended.
  26.     - TCP/IP networking package optional.
  27.     - A direct (TCP) or indirect (serial login) Internet connection.
  28.  
  29.   PROGRAM FEATURES:
  30.  
  31.     - Over 50 input line commands with online syntax help.
  32.       Modular DCC programs allow users to write their own DCC
  33.     - clients, including games.  DCC file transfer modules included.
  34.     - Supports up to 10 different channel/message windows.
  35.     - Ability to automatically join channels when first connecting
  36.     - Attractive "Style Guide" compliant graphic user interface.
  37.     - Fast scrollback, configurable buffer size.
  38.     - Opens on any public screen.
  39.     - Point-and-click user operations like op, ban, kick, whois.
  40.     - Graphic icon toolbar for common operations.  8-color MagicWB
  41.       style icons are optional.
  42.  
  43. VERSION  CHANGES / BUGS FIXED since V1.0 release
  44. -----------------------------------------------------------------------------
  45.  1.182 - The op/voice status gadget is disabled for AmigaDOS 2, but I forgot
  46.          to leave it enabled under V39.
  47.  
  48.  1.180 - Should now be compatible with AmigaDOS Release 2.  For the time
  49.          being, custom screen support and the op/vocie status image in the
  50.          lower left corner of channel windows have been disabled until
  51.          compatibility problems can be fixed.
  52.  
  53.          DCC.Chat.AS225 is now included.  Also, DCC.Send and DCC.Move are no
  54.          longer in the DCC directory, but are included in another archive
  55.          with their own install script.
  56.  
  57.          Fixed up inconsistencies in message placement in query mode.
  58.          Described commands received by someone you are querying now go to
  59.          that query window.  If you are querying someone and do a /MSG or
  60.          /DESCRIBE to them, that message will now be shown in that query
  61.          window.  Furthermore, all other /DESCRIBE messages sent are now
  62.          echoed in the message window instead of the crap window.
  63.  
  64.          Added /SAY command to send a public message to the channel while in
  65.          /QUERY mode.
  66.  
  67.          Gadget resizing is now much cleaner after you resize a channel
  68.          window.
  69.  
  70.          GV now exits friendly-like if default fonts could not be loaded,
  71.          thus avoiding a nasty crash.  A requester is presented.
  72.  
  73.          Font size was sometimes messed up returning from the ASL font
  74.          requester, especially if Mungwall was running.  57001 would be used.
  75.  
  76.          Messages to a channel will no longer be displayed between the time
  77.          you /LEAVE a channel and the arrival of the "part" message from the
  78.          server.
  79.  
  80.          If there was another nickname that was like yours but longer (e.g.,
  81.          your nickname is "foo" and someone else's nickname is "foobar",
  82.          then if the longer nick was channel operator or voiced, Grapevine
  83.          would think you were op or voiced too.
  84.  
  85.          New commands: /SETMSGWINDOW and /SETCRAPWINDOW to set the msg/crap
  86.          windows; /WINDOW to activate the specified project window number;
  87.          /ISON to see if the specified users are online.
  88.  
  89.          Typing "/summon" with no arguments sent out a blank summon message
  90.          anyway, which resulted in an Enforcer hit.
  91.  
  92.          Fixed a bunch of GUI layout quirks that happened if you changed the
  93.          screen/gadget font to something other than the parent screen's font.
  94.  
  95.   1.40 - Ping and Kick menu items were being disabled when you were not a
  96.          channel operator instead of Kick and Ban.
  97.  
  98.          Added an Op/Deop menu item with command key "O" to the Channel menu.
  99.  
  100.          DCC redirection in serial mode was looping if your nickname was the
  101.          same as your DCC redirection nickname.
  102.  
  103.   1.38 - Fixed the port thing but broke the port for people without a settings
  104.          file, which is what I was trying to fix when I broke it in the first
  105.          place.  :)
  106.  
  107.   1.37 - Broke the port number setting recognition in the Network settings
  108.          window in V1.33.  It is now recognized again.
  109.  
  110.          Hitting return in the "Default nickname" field of the User settings
  111.          window was not causing the next gadget to be activated.
  112.  
  113.   1.36 - Ezy updated irclink to (hopefully) work with systems like NEXTSTEP
  114.          and DYNIX that do not support termios.
  115.  
  116.          If socket setup fails, more useful information should now be
  117.          displayed in the error requester.
  118.  
  119.          Added "Query" menu item to the Channel menu.  If a user is selected,
  120.          a query will be initiated with that user.  If no user is selected
  121.          and query is active for a user, then query will be disengaged.
  122.  
  123.          Messages from a person being queried were not going to the right
  124.          window if it was different from the set message window.
  125.  
  126.          /CLEAR was resetting the buffer size to 64K, although it would not
  127.          show up as such in the program settings window.
  128.  
  129.   1.33 - Dumb mistake in 1.32 disallowed User and Network settings from being
  130.          used.
  131.  
  132.   1.32 - Channel mode windows were all using the same string, so if more
  133.          than one was open they would all display the same title.
  134.  
  135.          The "Toggle Icon Window" menu item was moved to the "Reveal" submenu
  136.          in the "Project" menu.  Also, it now only opens the window or brings
  137.          it to the front, and does not toggle its opened status.
  138.  
  139.          Contents of keyword and user limit string gadgets were not being
  140.          copied when "Use" was selected, so it was necesary to hit return
  141.          before new values were recognized.
  142.  
  143.          Added font settings window.  Fonts can be defined for the screen
  144.          (including gadget labels), the channel text display, the channel
  145.          input gadget, and the channel namelist window.
  146.  
  147.          Fixed a problem with the /KILL command that rendered it useless.
  148.  
  149.          The style of the nickname field in the channel text display window
  150.          was not that for sending a /MSG if QUERY mode was on.
  151.  
  152.          If the text gadget filter was turned on in the system IControl prefs
  153.          inserting a style character would also overwrite the character under
  154.          the cursor with a second style character.
  155.  
  156.    1.1 - /QUERY command implemented for continuous messaging of a single
  157.          user without using "/msg nickname".
  158.  
  159.          If socket.library was successfully opened but socket setup failed,
  160.          selecting "Cancel" in the error requester caused a software failure.
  161.  
  162.          Fixed enforcer hits that happened when "Use" was selected in the
  163.          User and Network settings.
  164.  
  165.          Included a new DCC.Send that is hopefully stable again.  The one
  166.          included in the first Grapevine release was very unreliable.
  167. -----------------------------------------------------------------------------
  168.  
  169.  
  170. ============================= Archive contents =============================
  171.  
  172. Original  Packed Ratio    Date     Time    Name
  173. -------- ------- ----- --------- --------  -------------
  174.     1192     737 38.1% 29-Jan-95 17:22:30  Grapevine.info
  175.    51976   51976  0.0% 29-Jan-95 17:20:46 +DCC-Send-1.12.lha
  176.    21172   13010 38.5% 23-Sep-94 07:44:26 +DCC.Send.DNet
  177.     1233     772 37.3% 29-Jan-95 17:25:52 +DockBrushes.info
  178.     2666    1130 57.6% 20-Sep-94 15:39:38 +GV.animbrush
  179.     3318    1783 46.2% 20-Sep-94 15:39:38 +GV2.animbrush
  180.     1564    1122 28.2% 29-Jan-95 17:25:52 +GV_Tau.info
  181.     1233     813 34.0% 29-Jan-95 17:25:42 +Docs.info
  182.     1697     846 50.1% 22-Sep-94 19:43:36 +BetaTesters
  183.     1432     537 62.5% 29-Jan-95 17:25:42 +BetaTesters.info
  184.     1772     900 49.2% 29-Jan-95 17:12:00 +Bugs
  185.     1432     540 62.2% 29-Jan-95 17:25:42 +Bugs.info
  186.    50972   18154 64.3% 29-Jan-95 19:21:28 +Changes
  187.     1432     539 62.3% 29-Jan-95 17:25:42 +Changes.info
  188.     1084     556 48.7% 29-Jan-95 14:14:28 +Changes.regver
  189.   135049   33128 75.4% 29-Jan-95 17:47:30 +Grapevine.guide
  190.     1858     712 61.6% 29-Jan-95 17:25:42 +Grapevine.guide.info
  191.     2273    1242 45.3% 20-Sep-94 15:45:14 +HFTgv.doc
  192.     1432     542 62.1% 29-Jan-95 17:25:42 +HFTgv.doc.info
  193.      518     268 48.2% 08-Nov-94 01:49:48 +MailingList
  194.     1432     538 62.4% 29-Jan-95 17:25:42 +MailingList.info
  195.     2128     697 67.2% 29-Jan-95 16:36:40 +Registration_Form
  196.     1432     541 62.2% 29-Jan-95 17:25:42 +Registration_Form.info
  197.     3834    1663 56.6% 29-Jan-95 17:46:00 +ToDo
  198.     1432     538 62.4% 29-Jan-95 17:25:42 +ToDo.info
  199.   288628  110037 61.8% 29-Jan-95 19:21:40 +GV
  200.     1590     881 44.5% 29-Jan-95 17:22:28 +GV.info
  201.     8660    4908 43.3% 29-Aug-94 18:36:34 +HFTgv
  202.     1567     949 39.4% 29-Jan-95 17:22:28 +HFTgv.info
  203.     1233     770 37.5% 29-Jan-95 17:25:48 +Icons.info
  204.     1562     495 68.3% 29-Jan-95 17:25:48 +gv_4.info
  205.     1562     542 65.3% 29-Jan-95 17:25:48 +hftgv_4.info
  206.     6658    2380 64.2% 27-Oct-94 10:16:16 +irclink.sh
  207.      540     309 42.7% 03-Oct-94 16:16:06 +README.AMITCP
  208.     1391     507 63.5% 29-Jan-95 17:22:40 +README.AMITCP.info
  209.    17907   17907  0.0% 03-Oct-94 16:03:28 +socket_lib12.lha
  210. -------- ------- ----- --------- --------
  211.   626861  272969 56.4% 30-Jan-95 16:46:10   36 files
  212.